'Usage Dim instance As CalcNpvFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 2 - 255 items: rate, [value1], [value2], ..
Rate is the rate of discount over the length of one period.
Value1, value2, ... are 1 to 254 arguments representing the payments and income.
Return Value
A System.Double value that indicates the evaluate result.